From faaf7814a400206d198eef80a9762ee4e8c7d374 Mon Sep 17 00:00:00 2001 From: Kristian Rietveld Date: Wed, 18 Oct 2006 12:06:42 +0000 Subject: [PATCH] connect to notify::popup-shown instead of popup-show (the latter does not 2006-10-18 Kristian Rietveld * tests/testcombo.c (main): connect to notify::popup-shown instead of popup-show (the latter does not exist). --- ChangeLog | 5 +++++ tests/testcombo.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 439c70909b..7ec7591316 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-18 Kristian Rietveld + + * tests/testcombo.c (main): connect to notify::popup-shown instead of + popup-show (the latter does not exist). + 2006-10-15 Paolo Borelli * gtk/gtkicontheme.c (pixbuf_supports_svg): plug memory leak. diff --git a/tests/testcombo.c b/tests/testcombo.c index 9f9f1641cf..12d8de3447 100644 --- a/tests/testcombo.c +++ b/tests/testcombo.c @@ -1111,7 +1111,7 @@ main (int argc, char **argv) model = create_empty_list_blaat (); combobox = gtk_combo_box_new_with_model (model); - g_signal_connect (combobox, "popup-show", + g_signal_connect (combobox, "notify::popup-shown", G_CALLBACK (populate_list_blaat), combobox); gtk_combo_box_set_add_tearoffs (GTK_COMBO_BOX (combobox), TRUE); -- 2.30.2